object frmFeedback: TfrmFeedback Left = 280 Top = 155 BorderStyle = bsDialog Caption = 'Feedback' ClientHeight = 448 ClientWidth = 371 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvl1: TBevel Left = 4 Top = 10 Width = 361 Height = 4 Shape = bsBottomLine end object lblSender: TLabel Left = 12 Top = 6 Width = 91 Height = 13 Caption = 'Sender information ' end object lblName: TLabel Left = 8 Top = 28 Width = 31 Height = 13 Caption = 'Name:' end object lblEmail: TLabel Left = 200 Top = 28 Width = 31 Height = 13 Caption = 'E-mail:' end object bvl2: TBevel Left = 4 Top = 80 Width = 361 Height = 4 Shape = bsBottomLine end object lblSystem: TLabel Left = 12 Top = 76 Width = 92 Height = 13 Caption = 'System Information ' end object bvl3: TBevel Left = 4 Top = 210 Width = 361 Height = 4 Shape = bsBottomLine end object lblDescriptiption: TLabel Left = 12 Top = 206 Width = 56 Height = 13 Caption = 'Description ' end object lblType: TLabel Left = 8 Top = 228 Width = 27 Height = 13 Caption = 'Type:' end object lblDescription2: TLabel Left = 8 Top = 276 Width = 56 Height = 13 Caption = 'Description:' end object bvl4: TBevel Left = 4 Top = 404 Width = 361 Height = 4 Shape = bsBottomLine end object lblStatus: TLabel Left = 8 Top = 420 Width = 3 Height = 13 end object edtName: TEdit Left = 8 Top = 44 Width = 161 Height = 21 TabOrder = 0 end object edtEmail: TEdit Left = 200 Top = 44 Width = 161 Height = 21 TabOrder = 1 end object edtSystemInfo: TMemo Left = 8 Top = 122 Width = 353 Height = 69 Color = clBtnFace ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object cmbType: TComboBox Left = 8 Top = 244 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Comment' 'Suggestion' 'Licensing \ sales' 'Bug: Software' 'Bug: Dictionary' 'Bug: Documentation') TabOrder = 3 end object edtDescription: TMemo Left = 8 Top = 294 Width = 353 Height = 99 ScrollBars = ssVertical TabOrder = 4 end object BtnOK: TButton Left = 204 Top = 416 Width = 75 Height = 25 Caption = 'Send' Default = True TabOrder = 5 OnClick = BtnOKClick end object BtnCancel: TButton Left = 288 Top = 416 Width = 75 Height = 25 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 6 end object chkSendSystemInfo: TCheckBox Left = 8 Top = 100 Width = 353 Height = 13 Caption = 'Send system information' Checked = True State = cbChecked TabOrder = 7 end end